home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / UNIXLIB37B / !UnixLib37 / src / clib / sys / h / ioctl < prev    next >
Text File  |  1996-11-09  |  579b  |  29 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/ioctl,v $
  4.  * $Date: 1996/11/06 22:01:41 $
  5.  * $Revision: 1.1 $
  6.  * $State: Rel $
  7.  * $Author: unixlib $
  8.  *
  9.  * $Log: ioctl,v $
  10.  * Revision 1.1  1996/11/06 22:01:41  unixlib
  11.  * Initial revision
  12.  *
  13.  ***************************************************************************/
  14.  
  15. #ifndef __SYS_IOCTL_H
  16. #define __SYS_IOCTL_H
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. extern int ioctl(int, int, void *);
  23.  
  24. #ifdef __cplusplus
  25.     }
  26. #endif
  27.  
  28. #endif
  29.